TKNEN=NONE
Host Token Endpoint Register
ENDPT | These bits are used to specify an endpoint to send or receive data to or from the device. Note:
|
TKNEN | These bits send a token according to the settings. After operation has been ended, the TKNEN bit is set to ‘000’, and the CMPIRQ bit of the Interrupt USB Host Register (INTR_USBHOST) is set to ‘1’. The settings of the TGGL and ENDPT bits are ignored when sending a SOF token. Notes:
0 (NONE): Sends no data. 1 (SETUP): Sends SETUP token. 2 (IN): Sends IN token. 3 (OUT): Sends OUT token. 4 (SOF): Sends SOF token. 5 (ISO_IN): Sends Isochronous IN. 6 (ISO_OUT): Sends Isochronous OUT. 7 (RSV): N/A |
TGGL | This bit is used to set toggle data. Toggle data is sent depending on the setting of this bit. When receiving toggle data, received toggle data is compared with the toggle data of this bit to verify whether or not an error occurs. ‘0’ : DATA0 ‘1’ : DATA1 Notes:
|